Open cmurray3 opened 3 years ago
I found what seems to be a pretty exhaustive list of ROS robots at robots.ros.org. It includes a short list of "Outdoor" robots here, one of which is a golf-cart-looking robot called the RBCAR.
Seeing the the RBCAR had a "has_camera" option in its launch file, I went through the instructions here to install it to my workspace.
A few notes on the installation:
wstool
seems to be a ROS tool which we should already have installed that manages the sourcing of packages into our workspace. The commands (including wstool init
) don't overwrite your directory, it just adds to it.rosdep install
, this fix has to be implemented. Specifically:
~/catkin_ws/src/camera_info_manager_py/package.xml
and replace python-rospkg
-> python3-rospkg
and python-yaml
-> python3-yaml
Even then I still get errors in dpkg
and launching, I couldn't find the camera topic, and the bot was very jittery on its suspensions. Maybe you'll find a way to fix those problems.
On a different note, it does seem like the simulated Prius has a camera.
We'll discuss this code in the Nov. 2, 2021 class...
Creating a launch file for our racetrack:
1. Copy the following
launch
code:2. Save to a
.launch
file:Creating a world file for our racetrack:
3. Copy the following code:
4. Save to a
.world
file:Launching our turtlebot on the racetrack