watonomous.github.io

  1. Software Division
  2. Software Division Home
  3. Processing Group

[ Software Division : Getting Started ]

Created by [ Rowan Dempster], last modified by [ Henry Wang] on Jan 31, 2020

Before continuing forward, verify that the following checklist items are complete:

Protobuf3 installation instructions:

If working with HERE Maps, you probably need to install protobuf to decode the HERE Map file dump into a geojson textfile
Follow instructions from here: https://askubuntu.com/questions/1072683/how-can-i-install-protoc-on-ubuntu-16-04

sudo apt-get install autoconf automake libtool curl make g++ unzip
./configure
make
make check
sudo apt-get install checkinstall # use checkinstall instead of make install
sudo checkinstall
sudo ldconfig # refresh shared library cache.

Now set up your work space. Your directory structure should look something like this:

catkin_ws/
    CMakeLists.txt
    src/
        prediction/ (master)
        localization/ (master)
        ros_msgs/ (master)
    devel/
    build/
    rosbags/

To launch the object tracking node and the dummy publisher run
rosrun prediction tracker_node
rosrun prediction visualizer_node
rosrun prediction test_publisher_node

See here for a demo on what the below output might look like.

Other demos: here

\

Comments:

+———————————————————————–+ | [] | | | | This page is not very helpful. | | | | {.smallfont align=”left” style=”color: #666666; width: 98%; margi | | n-bottom: 10px;”} | | | | Posted by henry.wang at Jan 17, 2020 08:15 | | | +———————————————————————–+

Document generated by Confluence on Dec 10, 2021 04:02

Atlassian