-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into control_board
- Loading branch information
Showing
93 changed files
with
5,733 additions
and
1,591 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
build/ | ||
log/ |
This file contains 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 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 |
---|---|---|
|
@@ -17,3 +17,6 @@ __pycache__/ | |
|
||
# Ignore files related to your dev environment | ||
.vscode/ | ||
|
||
# generated map database by rtabmap | ||
*.db |
This file contains 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 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 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 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 |
---|---|---|
@@ -1,5 +1,37 @@ | ||
repositories: | ||
capra_gazebo: | ||
ovis_ros2: | ||
type: git | ||
url: https://github.com/clubcapra/capra_gazebo.git | ||
url: https://github.com/clubcapra/ovis_ros2 | ||
version: new-env-with-arm | ||
ros_odrive: | ||
type: git | ||
url: https://github.com/IliTheButterfly/ros_odrive.git | ||
version: 0fa84d3745a8c385076d29b7f54971e9f2d14de7 | ||
vectornav: | ||
type: git | ||
url: https://github.com/dawonn/vectornav.git | ||
version: ros2 | ||
zed_wrapper: | ||
type: git | ||
url: https://github.com/stereolabs/zed-ros2-wrapper.git | ||
version: master | ||
zed_wrapper/zed-ros2-interfaces: | ||
type: git | ||
url: https://github.com/stereolabs/zed-ros2-interfaces.git | ||
version: main | ||
ros2_robotiq_gripper: | ||
type: git | ||
url: https://github.com/PickNikRobotics/ros2_robotiq_gripper.git | ||
version: main | ||
serial: | ||
type: git | ||
url: https://github.com/tylerjw/serial.git | ||
version: ros2 | ||
control_msgs: | ||
type: git | ||
url: https://github.com/ros-controls/control_msgs.git | ||
version: humble | ||
ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_control.git | ||
version: humble |
This file contains 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 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# from https://github.com/ros-drivers/velodyne/tree/ros2 | ||
velodyne_driver_node: | ||
ros__parameters: | ||
device_ip: 192.168.84.201 # be sure that your ip adress is 192.168.84.150/24 or look destination in the velodyne settings | ||
gps_time: false | ||
time_offset: 0.0 | ||
enabled: true | ||
read_once: false | ||
read_fast: false | ||
repeat_delay: 0.0 | ||
frame_id: velodyne_laser | ||
model: VLP16 | ||
rpm: 600.0 | ||
port: 2368 | ||
timestamp_first_packet: false | ||
|
||
velodyne_laserscan_node: | ||
ros__parameters: | ||
ring: -1 | ||
resolution: 0.007 | ||
|
||
velodyne_transform_node: | ||
ros__parameters: | ||
model: VLP16 | ||
min_range: 0.9 | ||
max_range: 130.0 | ||
view_direction: 0.0 | ||
fixed_frame: "base_link" | ||
target_frame: "velodyne_laser" | ||
organize_cloud: true |
This file contains 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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# callibration of the Velodyne lidar | ||
# from https://github.com/ros-drivers/velodyne/tree/ros2 | ||
lasers: | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 0, rot_correction: 0.0, | ||
vert_correction: -0.2617993877991494, vert_offset_correction: 0.0112} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 1, rot_correction: 0.0, | ||
vert_correction: 0.017453292519943295, vert_offset_correction: -0.0007} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 2, rot_correction: 0.0, | ||
vert_correction: -0.22689280275926285, vert_offset_correction: 0.0097} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 3, rot_correction: 0.0, | ||
vert_correction: 0.05235987755982989, vert_offset_correction: -0.0022} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 4, rot_correction: 0.0, | ||
vert_correction: -0.19198621771937624, vert_offset_correction: 0.0081} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 5, rot_correction: 0.0, | ||
vert_correction: 0.08726646259971647, vert_offset_correction: -0.0037} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 6, rot_correction: 0.0, | ||
vert_correction: -0.15707963267948966, vert_offset_correction: 0.0066} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 7, rot_correction: 0.0, | ||
vert_correction: 0.12217304763960307, vert_offset_correction: -0.0051} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 8, rot_correction: 0.0, | ||
vert_correction: -0.12217304763960307, vert_offset_correction: 0.0051} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 9, rot_correction: 0.0, | ||
vert_correction: 0.15707963267948966, vert_offset_correction: -0.0066} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 10, rot_correction: 0.0, | ||
vert_correction: -0.08726646259971647, vert_offset_correction: 0.0037} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 11, rot_correction: 0.0, | ||
vert_correction: 0.19198621771937624, vert_offset_correction: -0.0081} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 12, rot_correction: 0.0, | ||
vert_correction: -0.05235987755982989, vert_offset_correction: 0.0022} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 13, rot_correction: 0.0, | ||
vert_correction: 0.22689280275926285, vert_offset_correction: -0.0097} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 14, rot_correction: 0.0, | ||
vert_correction: -0.017453292519943295, vert_offset_correction: 0.0007} | ||
- {dist_correction: 0.0, dist_correction_x: 0.0, dist_correction_y: 0.0, focal_distance: 0.0, | ||
focal_slope: 0.0, horiz_offset_correction: 0.0, laser_id: 15, rot_correction: 0.0, | ||
vert_correction: 0.2617993877991494, vert_offset_correction: -0.0112} | ||
num_lasers: 16 | ||
distance_resolution: 0.002 |
Oops, something went wrong.