Skip to content

Commit

Permalink
update .rosinstall to automatically install livox_ros_dirver and fast…
Browse files Browse the repository at this point in the history
… lio
  • Loading branch information
Moju Zhao committed Apr 10, 2024
1 parent 8375287 commit 707af9b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions aerial_robot_melodic.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@
uri: https://github.com/tongtybj/rosserial.git
version: rosservice_server

# livox ros driver
# modification for quick build of ROS1 version
- git:
local-name: livox_ros_driver2
uri: https://github.com/tongtybj/livox_ros_driver2.git
version: PR/ros1

# fast lio
# modification for fast odometry based on EKF
- git:
local-name: fast_lio
uri: https://github.com/tongtybj/FAST_LIO
version: PR/odometry

# realsense
#- git:
# local-name: realsense-ros
Expand Down
14 changes: 14 additions & 0 deletions aerial_robot_noetic.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@
uri: https://github.com/tongtybj/rosserial.git
version: rosservice_server

# livox ros driver
# modification for quick build of ROS1 version
- git:
local-name: livox_ros_driver2
uri: https://github.com/tongtybj/livox_ros_driver2.git
version: PR/ros1

# fast lio
# modification for fast odometry based on EKF
- git:
local-name: fast_lio
uri: https://github.com/tongtybj/FAST_LIO
version: PR/odometry

# realsense
#- git:
# local-name: realsense-ros
Expand Down

0 comments on commit 707af9b

Please sign in to comment.