Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Robobin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plw1g21
Robobin
Commits
34518c60
Commit
34518c60
authored
4 months ago
by
Paul-Winpenny
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
f8976cfd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+37
-15
37 additions, 15 deletions
README.md
with
37 additions
and
15 deletions
README.md
+
37
−
15
View file @
34518c60
# Robobin
#Lidar System
# Application:
# RoboBin Repository
## Useful Commands
-
`colcon build --symlink install`
-
**Build the ROS2 workspace.**
-
`ssh robobin@192.168.0.184`
-
**SSH into RoboBin for remote control.**
-
`rm -rf build/ install/ log/`
-
**Clean the workspace.**
-
`ros2 run tf2_tools view_frames`
-
**View ROS2 frames.**
-
`ros2 run teleop_twist_keyboard teleop_twist_keyboard`
-
**Keyboard from ROS2**
-
`ls -la /dev | grep USB`
-
**List USB devices.**
-
`ros2 run nav2_map_server map_saver_cli -f <map_name>`
-
**Save the map.**
## Node Files (To RUN)
-
`ros2 run super_robot test_imu_node`
-
**RUN IMU node.**
-
`ros2 run super_robot test_motor_node`
-
**RUN simple motor node.**
-
`ros2 run super_robot test_encoder_node`
-
**RUN encoder node.**
-
`ros2 run super_robot test_control_feedback`
-
**RUN motor with PID control feedback.**
-
`ros2 run super_robot odometry_node`
-
**RUN odometry node.**
-
`ros2 run super_robot test_preprogram_route`
-
**RUN pre-programmed route.**
-
`ros2 run super_robot goal_selector`
-
**Select goals for robot.**
-
`ros2 run super_robot pos_track`
-
**Track robot's position in the map**
`ros2 run super_robot api_node`
-
**Start the API for the app's connection**
## Launch Files (To RUN)
-
`ros2 launch super_robot view_robot.py`
-
**Launch robot model in RViz.**
-
`ros2 launch super_robot ekf_launch.py`
-
**Launch EKF node.**
-
`ros2 launch super_robot launch_lidar.py`
-
**Launch LiDAR sensor.**
-
`ros2 launch super_robot online_async_launch.py`
-
**Launch mapping package.**
-
`ros2 launch super_robot basic.py`
-
**Launch basic setup which include all the nodes.**
-
`ros2 launch super_robot localization_launch.py`
-
**Launch localization system.**
-
`ros2 launch super_robot navigation_launch.py`
-
**Launch navigation system.**
### Keepout Zone:
-
`ros2 launch super_robot keepout_costmap_filter_launch.py`
-
**Launch costmap filter.**
-
`ros2 launch super_robot keepout_navigation_launch.py`
-
**Launch navigation with Keepout zone**
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment