Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This rviz line gives an error while building on the jetson

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ install(
DIRECTORY
launch
config
rviz
DESTINATION share/${PROJECT_NAME}
)

Expand Down
2 changes: 1 addition & 1 deletion config/smb261.cam0.yaml → config/smb261_cam0.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image_width: 1440
image_height: 1080
camera_name: 0
camera_name: rgb_camera
camera_matrix:
rows: 3
cols: 3
Expand Down
2 changes: 1 addition & 1 deletion config/smb264_cam0.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image_width: 1440
image_height: 1080
camera_name: 0
camera_name: rgb_camera
camera_matrix:
rows: 3
cols: 3
Expand Down
19 changes: 19 additions & 0 deletions config/twist_mux_topics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Input topics handled/muxed.
# For each topic:
# - name : name identifier to select the topic (*sub-namespace, see below)
# - topic : input topic of geometry_msgs::Twist type
# - timeout : timeout in seconds to start discarding old messages, and use 0.0 speed instead
# - priority: priority in the range [0, 255]; the higher the more priority over other topics

twist_mux:
ros__parameters:
use_stamped: true # Use stamped messages (geometry_msgs::TwistStamped) if available
topics:
navigation:
topic : nav_vel
timeout : 0.5
priority: 10
joystick:
topic : rc_vel
timeout : 0.5
priority: 100
205 changes: 0 additions & 205 deletions launch/flir_camera.launch.py

This file was deleted.

41 changes: 0 additions & 41 deletions launch/jetson_rgb_camera.launch.py

This file was deleted.

38 changes: 0 additions & 38 deletions launch/motor_controller.launch.py

This file was deleted.

Loading