Open damianphim opened 2 months ago
it took me like 3 days (embarrassing I know) to just build and get the demos running without any errors.
Not just you, I spent a day and haven't been able to see Mars rover on a simulator yet :/
I see this PR is updating .rst
files. I asked why space_ros uses rst https://github.com/space-ros/space-ros/discussions/210 (I'm not against it, it just raises hurdle IMO).
Not just you, I spent a day and haven't been able to see Mars rover on a simulator yet :/
Sounds like you made more progress than me on my first day, don't give up!
I see this PR is updating
.rst
files. I asked why space_ros uses rst space-ros/space-ros#210 (I'm not against it, it just raises hurdle IMO).
I believe the ROS 2 documentation also uses .rst files, which could be it.
Closes #34
Demo and First-Time Building Overhaul
Previously, there was no documentation for any of the demos and the Space ROS documentation was outdated, so it took me like 3 days (embarrassing I know) to just build and get the demos running without any errors.
This PR updates the First-Time Building Space ROS page in the documentation (Tutorials -> First-Time Building Space ROS) to the latest method. In addition, it adds documentation for building and running MoveIt2, the Canadarm Demo, and the Curiosity Mars Rover demo.
I'm hoping this PR helps any future contributors not run into the same wall that I did!