Commit Graph

10 Commits

Author SHA1 Message Date
JuneChul Roh
be917505ac [ros2_driver/ti_mmwave_rospkg] Updated the launch files and the rviz file.
- Added a common launch file IWR6843.py for all the IWR6843x launch files.
- CLI config file, command port, and data port can passed at the command line with launch arguments. For example, below is equivalent to '6843ISK_Tracking.py':
  ros2 launch ti_mmwave_rospkg IWR6843.py cfg_file:=6843ISK_Tracking.cfg
- 6843{ISK,AOP}_{Standard,Tracking,Occupancy}.py now call the common launch file.
- Updated the rviz file to display the XYZ axes.
2024-03-06 18:27:52 -06:00
JuneChul Roh
db9c5384e2 [ros2_driver/ti_mmwave_rospkg_msgs] Updated to use the standard header message, std_msgs/Header. Note that "seq" field in the header was deprecated in ROS 2.
[ros2_driver/ti_mmwave_rospkg]
- Now using the standard header.
- <message>.header.stamp = nodeHandle->now(): it is set using the node clock (this is common practice) instead of the system clock.
- Cleaned up parameter declarations for each node.
- Added a parameter for 'frame_id'
2024-03-06 18:22:50 -06:00
JuneChul Roh
87b61bb259 [ros2_driver] Removed ti_mmwave_rospkg/src/{build, install, log} folders. 2024-03-06 16:35:59 -06:00
Pedrhom Nafisi
15a072f6f4 fix ISK launch calling AOP cfg 2024-02-12 13:46:54 -06:00
JuneChul Roh
1ffa862e94 [ros2_driver] Updated to get rid of error message at Ctrl+C termination 2023-11-17 15:04:41 -06:00
JuneChul Roh
e2311daf1a [ros2_driver] Following updates made to ros2_driver/src/ti_mmwave_rospkg:
1. Updated CMakeLists.txt to install the "cfg" folder.
2. Path to .cfg file is now set using get_package_share_directory().
3. Updated 6843*.py launch files to add a feature optionally disable rViz with an launch argument "rviz". To disable rViz, pass "rviz:=false" in the launch command.
2023-11-16 16:10:13 -06:00
Pedrhom Nafisi
edd540a91d Remove extraneous files left over from debug 2023-09-13 16:35:10 -05:00
Pedrhom Nafisi
434be3dbc1 README edits 2023-08-29 14:29:36 -05:00
Pedrhom Nafisi
22634887e9 Move documentation 2023-08-29 14:28:19 -05:00
Pedrhom Nafisi
a5b08094b9 Include initial ROS2 Driver code and launch files 2023-08-29 14:24:52 -05:00