Skip to content

Commit 8d4c818

Browse files
authored
final commit !
1 parent 64bae4e commit 8d4c818

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ roslaunch rusty navigation.launch
8080
```
8181
8282
# RUSTY-robot
83+
84+
Rusty,is a "picking assist AMR", the robots travel to pick locations, where operators deliver goods based on the robot’s needs.
8385
We are currently in R&D and mainly using it for delivery of documents, beverages for us from the canteen at our college.
86+
8487
![WhatsApp Image 2022-05-06 at 7 25 30 PM](https://user-images.githubusercontent.com/60263608/167147295-c9b31de1-1a72-4e1b-ba04-f70c3f695166.jpeg)
8588
8689
@@ -113,7 +116,7 @@ Here we are using odometry by the laser scanner through hector slam. We are usin
113116
```bash
114117
roslaunch rusty robot_localize.launch
115118
```
116-
119+
117120
- #### Navigation
118121
119122
The navigation stack using laser odometry, uses dijkastra's algorithm to create shortest path algorithm.
@@ -124,4 +127,19 @@ Here we are using odometry by the laser scanner through hector slam. We are usin
124127
roslaunch rusty navigation.launch
125128
```
126129

127-
130+
NOTE:
131+
> The Hector slam package can be used for implemnting in smaller areas and can use navigation for the same.
132+
133+
### CARTOGRAPHER
134+
135+
[cartographer]([http://wiki.ros.org/rplidar](https://google-cartographer-ros.readthedocs.io/en/latest/compilation.html)) is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. This project provides Cartographer’s ROS integration. We have added the installation link for the cartographer node.
136+
137+
#### IMPORTANT: Please create another workspace to compile cartographer, it can be used later by sourceing the workspace in the bashrc file
138+
139+
To run the cartographer package:
140+
141+
```bash
142+
source ~/catkin_ws/install_isolated/setup.bash
143+
roslaunch rusty cartographer_slam.launch
144+
```
145+
After saving the map, you can add your map to navigation launch file and run the navigation

0 commit comments

Comments
 (0)