-
Notifications
You must be signed in to change notification settings - Fork 11
Improvements to the ROS2 Navigation menu, examples, and overview pages. #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
5d102d1
Renamed examples1-10 to files with their correct names. Added a place…
hello-robot-shehab b9488ab
Pointcloud manipulation was a Realsense Camera example, changed it back.
hello-robot-shehab 0dfb17f
Renamed gazebo_basics to stretch_simulation. Updated gamepad teleop l…
hello-robot-shehab f6892d6
Updated links to example_#.md and the title of all the examples to ma…
hello-robot-shehab 9cfbc2c
README.md is now the overview/getting started page on the docs
hello-robot-shehab cffa482
Fixed the include-markdown embed for stretch_simulation and funmap
hello-robot-shehab 230b014
Added content to writing nodes
hello-robot-shehab a32e456
Gamepad teleop uses stretch_driver instead of stretch_body
hello-robot-shehab 42af21f
Created a sub-menu for ROS2 Basics
hello-robot-shehab 716e8f6
Added a Stretch Simulation tutorial
hello-robot-shehab 10801d1
Changed link to a relative one
hello-robot-shehab 3f4c1e4
Merged perception tutorial into rviz_baiscs. Merged aruco_locator int…
hello-robot-shehab 894753e
Added a tutorial on ROS_DOMAIN_ID
hello-robot-shehab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -83,37 +83,45 @@ extra: | |
|
|
||
| nav: | ||
| - Getting Started: ./getting_started.md | ||
| - Motion Commands: ./jogging.md | ||
| - Robot Drivers: ./robot_drivers.md | ||
| # - Writing Nodes: ./writing_nodes.md # TODO | ||
| - Navigation with Nav2: | ||
| - ROS2 Basics: | ||
| - Creating Packages & Nodes: ./writing_nodes.md | ||
| - Introduction to ROS2 Client (rclpy): ./intro_to_ros2.md | ||
| - Introduction to HelloNode: ./intro_to_hellonode.md | ||
| - Simulation Tutorial: ./stretch_simulation.md | ||
| - Teleoperation: ./teleoperating_stretch.md | ||
| - RViz Tutorial: ./rviz_basics.md | ||
| - Follow Joint Trajectory & Joint States: ./follow_joint_trajectory.md | ||
| - Motion Commands via hello_utils: ./jogging.md | ||
|
Comment on lines
+93
to
+94
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's combine these two. |
||
| - Robot Driver: ./robot_drivers.md | ||
|
hello-binit marked this conversation as resolved.
|
||
| - Twist Control: ./twist_control.md | ||
| - Sensors Tutorial: ./sensors_tutorial.md | ||
| - Nav Stack Tutorial: | ||
| - Overview: ./navigation_overview.md | ||
| - Nav2 Basics: ./navigation_stack.md | ||
| - Nav2 Simple Commander: ./navigation_simple_commander.md | ||
| # - Manipulation with MoveIt2: # TODO | ||
| # - MoveIt Basics: ./moveit_basics.md # TODO | ||
| # - MoveIt with RViz: ./moveit_rviz_demo.md # TODO | ||
| # - MoveGroup C++ API: ./moveit_movegroup_demo.md # TODO | ||
| - FUNMAP: https://github.com/hello-robot/stretch_ros2/tree/humble/stretch_funmap#overview | ||
| # - Mapping: ./writing_nodes.md #TODO | ||
| # - Navigation: ./writing_nodes.md #TODO | ||
| # - Manipulation: ./writing_nodes.md # TODO | ||
| - Perception: ./perception.md | ||
| - Perception Tutorial: ./perception.md | ||
|
hello-robot-shehab marked this conversation as resolved.
|
||
| - Deep Perception: ./deep_perception.md | ||
| - ArUco Markers: ./aruco_marker_detection.md | ||
| - Offloading Computation Tutorial: ./remote_compute.md | ||
| - Autonomy Demos: | ||
| - Hello World: ./demo_hello_world.md | ||
| - Grasp Object: ./demo_grasp_object.md | ||
| - Handover Object: ./demo_handover_object.md | ||
| - Open Drawer: ./demo_open_drawer.md | ||
| - Surface Cleaning: ./demo_surface_cleaning.md | ||
| - FUNMAP Tutorial: ./funmap_tutorial.md | ||
| - Examples: | ||
| - Move Stretch with Twist Controller: ./example_1.md | ||
| - Trajectory Control: ./follow_joint_trajectory.md | ||
| - Voice Teleop: ./voice_teleop.md | ||
| - Speech to Text: ./speech_to_text.md | ||
| - Lidar Based Sensing: ./lidar_filtering.md | ||
| - Custom RViz Marker: ./rviz_markers.md | ||
| - Effort Value Plotting: ./joint_effort_plotting.md | ||
| - Tf2 Listener and Broadcaster: ./tf2_transforms.md | ||
| - Realsense Camera: ./realsense_camera.md | ||
| - Align to ArUco Tutorial: ./align_to_aruco.md | ||
| - ArUco Locator: ./aruco_marker_detection#aruco-locator-example | ||
| - Joint States: ./joint_states.md | ||
| - Collision Avoidance: ./collision_avoidance.md | ||
| - Obstacle Avoidance: ./obstacle_avoider.md | ||
| - Collision Avoidance: ./example_3.md | ||
| - Rviz Markers: ./example_4.md | ||
| - Offloading Computation: ./remote_compute.md | ||
| - Align to ArUco: ./ros2/align_to_aruco.md | ||
| - ArUco Locator: ./example_12.md | ||
| - Joints: | ||
| - Joint States: ./example_5.md | ||
| - Static Transformations: ./example_10.md | ||
| - Joint Effort: ./example_6.md | ||
| - Deep Perception: ./ros2/deep_perception.md | ||
| - Filter Laser Scans: ./example_2.md | ||
| - Realsense Camera: ./example_7.md | ||
| - Microphones: ./example_8.md | ||
| - Voice Teleop: ./example_9.md | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Rviz tutorial is missing how to visualize points clouds, imagery, lidar, etc.
https://github.com/hello-robot/stretch_tutorials/blob/feature/ros2-nav/ros2/rviz_basics.md