Search this site
Embedded Files
Skip to main content
Skip to navigation
AuREU 2019
Home
About Authors
Valencia Coleman
Christina Shantey
Project Details
Abstract
Paper
Presentation
Videos
Resources and Tools
Frequent Errors and Solutions
Sources
AuREU 2019
Home
About Authors
Valencia Coleman
Christina Shantey
Project Details
Abstract
Paper
Presentation
Videos
Resources and Tools
Frequent Errors and Solutions
Sources
More
Home
About Authors
Valencia Coleman
Christina Shantey
Project Details
Abstract
Paper
Presentation
Videos
Resources and Tools
Frequent Errors and Solutions
Sources
Frequent Errors and Solutions
Gazebo opens with a black screen.
Try to run the following commands to use your local Display
$ echo "export DISPLAY=:0" >> ~/.bashrc
$ source ~/.bashrc
I can't edit the octomap_server_tracking.launch file because it is read only!
used sudo gedit or sudo vim
I am missing a dependency but I don't know what!
rosdep install --from-paths src --ignore-src --rosdistro (package name)-y
Example: rosdep install --from-paths src --ignore-src --rosdistro melodic -y
I am getting a linking error when I compile
Make sure your CMakeList has all the catkin packages you need and add <depend>(package name) </depend> to your package. xml
Google Sites
Report abuse
Google Sites
Report abuse