Not able to locate launch file in Jetson Nano class

In course “Using NVidia Jetson Nano with ROS”, in section 1, I am not able to find the launch file in “roslaunch ignisbot_people_follower_pkg ignisbot_sim_peopletracker.launch”.

Hi,

Remember that to find that package you have to source a virtual environment that uses pytrhon 3:

cd /home/user/catkin_ws
source ~/.py3venv/bin/activate
source /home/user/.catkin_ws_python3/devel/setup.bash
rospack profile
roslaunch ignisbot_people_follower_pkg ignisbot_sim_peopletracker.launch

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.