Commit Graph

317 Commits

Author SHA1 Message Date
Martin Dahl ed2a5d6066 Merge branch 'cmake' of github.com:sequenceplanner/r2r into actions 2021-05-10 14:39:26 +02:00
Martin Dahl 5427f318f4 Add new env vars for use from cmake for colcon integration.
Closes #5
2021-05-10 14:33:05 +02:00
Martin Dahl 76c766c1cc remove test that no longer compiles 2021-05-10 14:21:11 +02:00
Martin Dahl ebe9287d76 generation of action message types 2021-05-10 13:36:44 +02:00
Martin Dahl c84bb67914 macos fixes 2021-05-07 20:26:12 +02:00
Martin Dahl caa77171fe clearer readme 2021-05-07 08:18:45 +02:00
Martin Dahl f46e119b2e Clearer env var name, version bumps, and updated readme 2021-05-06 22:16:20 +02:00
Martin Dahl 9457f44871 initial attempt at improving colcon integration by relying on cmake 2021-05-06 13:01:08 +02:00
Martin Dahl 71c743f9b2 fix build on arm64 2021-05-01 09:58:28 +02:00
achary 37f3cdd1d4
Bumping version of referenced creates to latest versions. (#4)
Co-authored-by: Adam Charytoniuk <adam.charytoniuk@five.ai>
2021-02-16 08:29:03 +01:00
Martin Dahl 12f8337e3e improved default impls 2020-10-15 09:10:38 +02:00
Martin Dahl f7fba64d76 Remove unnecessary casts 2020-10-14 23:53:29 +02:00
Martin Dahl e5a17ee232 Lock the context when dropping nodes 2020-10-14 23:50:41 +02:00
Martin Dahl 4ac10c96db add ROSIN acknowledgement and LICENSE file 2020-10-14 19:14:43 +02:00
Martin Dahl 7505a18430 Removed temporary panics 2020-10-12 08:09:07 +02:00
Martin Dahl 9bc75b69ac Update readme 2020-09-29 10:03:03 +02:00
Martin Dahl 96ca41fdfb Accidentally removed Send on Clock 2020-09-16 09:02:07 +02:00
Martin Dahl 30c02e7947 Modify clock api + debug info for service clients 2020-09-16 08:52:15 +02:00
Martin Dahl f0062a08de Send for Clock 2020-09-14 19:26:51 +02:00
Martin Dahl 7594f24cc4 RosClock 2020-09-14 19:13:07 +02:00
Martin Dahl 11496de6fd Merge branch 'master' of github.com:sequenceplanner/r2r 2020-09-13 14:31:57 +02:00
Martin Dahl a3e93c814d Rudimentary support for service clients 💻💻 2020-09-13 14:27:02 +02:00
Kristofer Bengtsson 576da3537b Added a namespace method to the Node to get the namespace from the node. 2020-09-09 16:31:15 +02:00
Kristofer Bengtsson 8a80f26e6e Fixed so that only the node name is needed in a params.yaml file. Before the fully qualified name was required.
node_name:
  ros__parameters:
    p1: ["a", "aa"]

The following also works:
/node_name:
/**:
**:
2020-07-08 09:11:26 +02:00
Martin Dahl 5260d3ba8e Bump version to 0.0.5 2020-07-07 10:38:22 +02:00
Martin Dahl 0bb844c773 Logging: fix dangling pointers(!) and cleanup 2020-07-04 20:39:36 +02:00
Martin Dahl f27b90effb Add support for the rcl logging api 2020-07-04 11:13:24 +02:00
Martin Dahl 827f97d07a Initial bump to 🦊y. Note that this breaks eloquent compability!
Also see note about the package liblibstatistics_collector in
common/src/lib.rs.
2020-06-08 14:51:27 +02:00
Martin Dahl a124c21e6d Added missing derives from publisher handle 2020-04-29 17:24:49 +02:00
Martin Dahl 903b7a5342 Adds parameter handling 2020-04-27 11:32:29 +02:00
Martin Dahl 6ac47c396c Merge branch 'services' 2020-04-20 08:44:18 +02:00
Martin Dahl 2f6803f78c create_wall_timer with callback 2020-04-11 08:46:06 +02:00
Martin Dahl cd94bc5ba5 Service servers! 🖥 2020-04-07 20:25:00 +02:00
Martin Dahl bc8fc7bd74 Fix unnecessary imports 2020-04-07 09:50:12 +02:00
Kristofer Bengtsson d1aa8a6162 Revert "Generate one source file per ros package"
This reverts commit 4d1d223ece.
2020-04-07 08:45:44 +02:00
Martin Dahl 9275c15258 Add support for service messages 2020-04-06 14:46:57 +02:00
Kristofer Bengtsson f83541a24c A fix to better support rust-analyzer and type support.
This probably generates a large file to compile, so we need to look into that when we need to
2020-03-28 15:21:09 +01:00
Martin Dahl 4d1d223ece Generate one source file per ros package 2020-03-18 11:19:48 +01:00
Martin Dahl c73175238e Bump to eloquent 2019-12-27 14:14:04 +01:00
Martin Dahl 5d30028e37 Conditional compilation and array improvements 2019-10-22 21:36:08 +02:00
Martin Dahl 37991a2363 Wide string support 2019-10-22 21:35:25 +02:00
Kristofer Bengtsson 345f022678 Some clippy allows 2019-10-10 09:42:50 +02:00
Martin Dahl e55f6de515 Readme 2019-10-09 08:32:48 +02:00
Martin Dahl 201af1edd0 Updated readme 2019-10-08 20:27:06 +02:00
Martin Dahl 15c9bb3674 Remove the need for msgs.txt 2019-10-08 16:43:36 +02:00
Martin Dahl 7a423a8504 Refactor publisher code 2019-08-30 10:56:06 +02:00
Martin Dahl b79146c0aa Cleanup untyped part 2 2019-08-30 10:43:21 +02:00
Martin Dahl 3d2ca44626 Cleanup untyped part 1 2019-08-30 09:56:55 +02:00
Martin Dahl 321068aa1b Error type which is simply copy paste:d from the generated bindings 2019-08-29 11:50:20 +02:00
Martin Dahl 8ec9d1bedb Oops. Bug 2019-08-27 17:29:01 +02:00