- First build the repo with the new code, for it don't use the command
.~/catkin_ws/src/auv/utils/build.sh
just catkin_make so, that it will not give any indentation error. - After the code is built then to run the task individually we need to change the code a little, just change
if(!IP)
toif(1)
. - Rebuilt it.
- For testing the code we need a bag file , so move to the directory where the bagfiles are from where you can play the rosbag files.
- Open a new terminal and run the command
roscore
to start the ros master. - Then go back to the bagfiles directory and run
rosbag play filename.bag
. - Rosbag files will publish the images at the right topic .
- Then workspace directory where the repo is built and source it
source devel/setup.sh
- Then
rosrun package_name node_name
This repository was archived by the owner on Mar 11, 2018. It is now read-only.
Files
task_handler_layer
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||