Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Driver to Latest Version #30

Open
wants to merge 63 commits into
base: noetic
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
bbfcaa2
Added message definition to ROS1 and ROS2 subfolders
Apr 8, 2024
fd2fb8f
Merge pull request #51 from fixposition/fix/readme
fgarciacardenas Apr 8, 2024
477c0de
support for odomsh
Apr 30, 2024
7e3a180
debug logs
Apr 30, 2024
d6dd4ff
debug print
Apr 30, 2024
211d782
token missing at the end of odomsh
Apr 30, 2024
75b17fd
hacking the verion
Apr 30, 2024
d0b8e49
forcing version on odomsh
Apr 30, 2024
17c2117
typo
Apr 30, 2024
e9bb94c
more comments and cleanup
Apr 30, 2024
84d7f3e
Added support for ROS1
May 2, 2024
d943b01
Updates formats in the TCP.yaml
May 2, 2024
3b305f9
Updates serial.yaml files for ROS1 and ROS2
May 2, 2024
7159b14
Merge pull request #54 from fixposition/feature/odomshfacu
fgarciacardenas May 2, 2024
b2909b8
Added note to the README
May 3, 2024
218c426
Small typo
May 3, 2024
733407f
Merge pull request #55 from fixposition/fix/nmea-sampling
fgarciacardenas May 3, 2024
6330863
Fix missing constructor, cast type and add warnings (#56)
arnauochoa May 30, 2024
963c7b0
Reworked the ROS driver to include ODOMSH and ODOMENU messages, simpl…
May 31, 2024
ce23ab0
Reworked ROS2 driver
May 31, 2024
1c635a0
Solved comments
Jun 3, 2024
0981782
Fixposition Lib working
Jun 4, 2024
e60f5f9
ROS1 driver fully operational
Jun 5, 2024
55ab30c
Fully operation ROS2 driver
Jun 5, 2024
79e308b
All Messages
Jun 7, 2024
41df1db
Added support for all messages in ROS1
Jun 14, 2024
03e2d5d
Working ROS2 driver
Jun 18, 2024
423607b
Added constructors
Jun 18, 2024
8798e12
Working RTCM streamer
Jun 21, 2024
63ab09c
Missing dependency
Jun 21, 2024
8f1bd8b
Working RTCM subscriber in ROS2 driver
Jun 25, 2024
90ebd66
Improve imports
Jun 26, 2024
64463c3
Improve NMEA message with all NMEA topics
Jun 28, 2024
a669341
Added ROS1 and ROS2 support for generic NMEA message
Jul 1, 2024
09d9b97
Working ROS1 and ROS2 nmea implementation
Jul 3, 2024
6445386
Improved NMEA collector
Jul 3, 2024
935054a
Improved ROS QoS settings
Jul 4, 2024
a3be937
Updated documentation
Jul 4, 2024
21b90e6
Fixed parent for ENU and ODOMSH topics
Jul 18, 2024
0a1e54e
Merge pull request #62 from fixposition/feature/driver-rework
fgarciacardenas Jul 29, 2024
1629bb7
Use pre-made docker images for CI, use ROS Noetic, Humble and Jazzy (…
flipflip8952 Jul 29, 2024
3122287
Fix/gnss tf lib (#64)
fgarciacardenas Aug 6, 2024
407fbc8
Fixed invalid TF check (#66)
fixposition-support Aug 28, 2024
9ae321e
Removed bug in odom_llh when Fusion is not initialized (#67)
fgarciacardenas Aug 30, 2024
e896f13
Corrected ODOMSH frame id (#70)
fgarciacardenas Sep 13, 2024
21b772e
Feature/release update (#71)
fgarciacardenas Oct 7, 2024
7afd4bc
Added Nav2 support (#72)
fgarciacardenas Oct 28, 2024
c60c9fa
update to main repo driver level
GreenzieNick Nov 6, 2024
383d442
git push origin greenzienick/move-to-updated-driverMerge branch 'fixp…
GreenzieNick Nov 6, 2024
4bc13b9
add catkin ignore files
GreenzieNick Nov 6, 2024
1b34e77
update packeage version to match current FP release version for this …
GreenzieNick Nov 6, 2024
b12ec90
remove old file
GreenzieNick Nov 6, 2024
8f5ce3f
add files that did not merge correctly
GreenzieNick Nov 6, 2024
26825f9
Fix issue with ros1 driver package
GreenzieNick Nov 7, 2024
8685c64
add some files to the rtcm_msgs package
GreenzieNick Nov 7, 2024
8570d98
ros-noetic-tf2-geometry-msgs
orensbruli Nov 7, 2024
8fa2890
rtcm
orensbruli Nov 7, 2024
95d3ce2
Merge pull request #27 from Greenzie/orensbruli/ros-noetic-tf2-geomet…
GreenzieNick Nov 7, 2024
a66ef9a
Temporary fix for the TCP delay (#73)
fgarciacardenas Nov 13, 2024
53e6481
Merge pull request #28 from fixposition/main
GreenzieNick Nov 13, 2024
55facad
Add missing covariance initialization (#74)
jwahlen64 Nov 19, 2024
015157d
Merge pull request #29 from fixposition/main
GreenzieNick Nov 21, 2024
5b7d940
update package version to the correct number
GreenzieNick Nov 21, 2024
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
Prev Previous commit
Next Next commit
Fixposition Lib working
  • Loading branch information
Facundo Garcia committed Jun 4, 2024
commit 09817824db8f292b342c237839baefa43d560ff3
19 changes: 11 additions & 8 deletions fixposition_driver_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,19 @@ include_directories(include
add_library(
${PROJECT_NAME} SHARED
src/fixposition_driver.cpp
src/odomenu.cpp
src/odometry.cpp
src/odomsh.cpp
src/imu.cpp
src/tf.cpp
src/messages/fpa/odomenu.cpp
src/messages/fpa/odometry.cpp
src/messages/fpa/odomsh.cpp
src/messages/fpa/rawimu.cpp
src/messages/fpa/corrimu.cpp
src/messages/fpa/tf.cpp

src/messages/nmea/gpgga.cpp
src/messages/nmea/gpzda.cpp
src/messages/nmea/gprmc.cpp

src/helper.cpp
src/parser.cpp
src/gpgga.cpp
src/gpzda.cpp
src/gprmc.cpp
)

target_link_libraries(${PROJECT_NAME} ${fixposition_gnss_tf_LIBRARIES} ${Boost_LIBRARIES} pthread)
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading