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

Fix static memory strategy #62

Merged
merged 1 commit into from
Jul 21, 2015
Merged

Conversation

jacquelinekay
Copy link
Contributor

I noticed when I ran the listener_memory example that the static memory strategy actually wasn't working. I hadn't tested the StaticMemoryStrategy when I added the instantiate_next_executable function. It's a small fix.

@jacquelinekay jacquelinekay added the in progress Actively being worked on (Kanban column) label Jul 21, 2015
@dirk-thomas
Copy link
Member

LGTM.

Please squash before merging.

@jacquelinekay jacquelinekay added in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Jul 21, 2015
@jacquelinekay jacquelinekay self-assigned this Jul 21, 2015
@wjwwood
Copy link
Member

wjwwood commented Jul 21, 2015

+1

@jacquelinekay jacquelinekay force-pushed the fix_static_memory_strategy branch from cb56b1a to 12612ee Compare July 21, 2015 22:09
jacquelinekay added a commit that referenced this pull request Jul 21, 2015
@jacquelinekay jacquelinekay merged commit 3bc4365 into master Jul 21, 2015
@jacquelinekay jacquelinekay removed the in review Waiting for review (Kanban column) label Jul 21, 2015
@jacquelinekay jacquelinekay deleted the fix_static_memory_strategy branch July 21, 2015 22:10
nnmm pushed a commit to ApexAI/rclcpp that referenced this pull request Jul 9, 2022
DensoADAS pushed a commit to DensoADAS/rclcpp that referenced this pull request Aug 5, 2022
* ros2GH-61 Read topic directly from message when playing and allow to play multiple topics

* ros2GH-61 Add test for SqliteStorage and update old ones

* ros2GH-62 Extend function to poll for any number of specified topics

* ros2GH-62 Allow subscription to several topics

* ros2GH-61 Obtain the topic name directly from the database

- Uses a JOIN instead of mapping the topic_id to the name in code

* ros2GH-61 Cache read row in result iterator

This allows repeated dereferencing on same row without quering the
database again.

* ros2GH-62 Change demo-record to allow specifying multiple topics

* ros2GH-62 Add test to write non-string topic + refactoring

* ros2GH-62 Add test for subscription to multiple topics

* ros2GH-62 Cleanup

* ros2GH-62 Simplify test setup

* ros2GH-61 Cleanup

* ros2GH-61 consolidate storage integration test

* ros2GH-62 Consolidate write integration tests

* ros2GH-61 enhance read integration test to check multiple topics

* ros2GH-62 Improve rosbag integration test

* ros2GH-62: Polish rosbag2_rosbag_node_test

* ros2GH-62 Fix cpplint

* ros2GH-62 Fix memory leak in rosbag helper

* ros2GH-62 Cleanup of subscriptions

* ros2GH-62 do not use flaky timers in rosbag2_write_integration_test

* ros2GH-62 Use rmw_serialize_message_t consistently in test helper classes

* ros2GH-73 Use test_msgs in read_integration_test

* ros2GH-26 Cleanup: fix alphabetic orderung
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants