Commit 9dc931a
Julian/feature/less ament (#10)
* add ros2 pkgs
* temporaliy edit cmakelist and package xml
* noetic docker setup
* first non running version of graph_msf_catkin
* Add initial implementation of smb_estimator_graph_ros2 package
* Update CMakeLists.txt to reference the correct constants header for smb_estimator_graph_ros2
* Refactor includes to use smb_estimator_graph_ros2 namespace for consistency across files
* Refactor SmbEstimator and SmbStaticTransforms classes to use ROS 2 conventions, including updated includes, parameter handling, and subscription methods. Transition from ros::NodeHandle to rclcpp::Node and adjust message types accordingly for improved compatibility with ROS 2 architecture.
* Update CMakeLists.txt to include GTSAM package and clean up dependencies.
* Fix CMakeLists.txt to use project name variable in target_link_libraries for improved maintainability.
* Refactor SmbStaticTransforms constructor to remove dependency on StaticTransforms and simplify initialization with only the node pointer.
* Replace XML launch files with Python launch files for smb_estimator_graph and smb_estimator_graph_replay, enhancing maintainability and aligning with ROS 2 conventions.
* Refactor remove_map_and_odom_from_bag.py to utilize rosbag2 API for reading and writing bags, improving performance and compatibility with ROS 2 conventions.
* Enhance error handling and logging in remove_tf_from_bag.py
* Enhance plotting functionality and logging in plot_latest_quantitites_in_folder.py, adding support for covariance data and improving error handling.
* Add new parameters for marginals computation and alignment in readParams function
* Refactor setup.py to use setuptools, adding package metadata and entry points for console scripts. Introduce new resource file for graph_msf_ros2.
* Refactor manual_pose_files_to_tf_and_odom_bag.py to improve file processing and logging.
* Update package name in smb_estimator_graph.launch.py to smb_estimator_graph_ros2
* Enhance CMakeLists.txt by adding GTSAM_UNSTABLE package
* Add export section to package.xml for launch file configuration
* Add export for include directories in CMakeLists.txt to improve package integration
* Update parameter declarations in GraphMsfRos2.cpp to include new settings for Cholesky factorization and marginals computation, while commenting out the center reference frames parameter.
* Update parameter names and add new logging options in GraphMsfRos2 setup and readParams functions
* Refactor YAML configuration files for smb_estimator_node to include parameters under ros__parameters section
* Add launch file for smb_estimator_graph_ros2 to configure simulation parameters and node execution
* Update IMU frame parameter in core_extrinsic_params.yaml from 'imu' to 'imu_link'
* first almost compiling version, just issue with one symbol and libmetis
* running version, full separation of graph msf and build system
* moving of examples inside ros and ros2 folders
* fix two more examples, now full graph_msf_ros_examples meta package is building
* make sure the gtsam libaries can be found
* update to holistic_fusion
* building with colcon without any ament specific package in graph_msf using modern cmake
* remove unnecessary ament dependency messing up catkin build
* remove ros2 code
---------
Co-authored-by: dishtaweera <[email protected]>1 parent 0d17500 commit 9dc931a
File tree
4 files changed
+74
-28
lines changed- graph_msf
- ros/graph_msf_catkin
4 files changed
+74
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | | - | |
29 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
30 | 38 | | |
31 | 39 | | |
32 | 40 | | |
| |||
76 | 84 | | |
77 | 85 | | |
78 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
79 | 94 | | |
80 | 95 | | |
81 | 96 | | |
82 | 97 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
87 | 102 | | |
88 | | - | |
| 103 | + | |
89 | 104 | | |
90 | 105 | | |
91 | 106 | | |
92 | 107 | | |
93 | 108 | | |
94 | 109 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
100 | 121 | | |
101 | 122 | | |
102 | 123 | | |
103 | | - | |
104 | | - | |
105 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
106 | 128 | | |
107 | 129 | | |
108 | | - | |
109 | | - | |
110 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
111 | 143 | | |
112 | 144 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
118 | 150 | | |
119 | 151 | | |
120 | | - | |
| 152 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
0 commit comments