Giter Site home page Giter Site logo

map_store's People

Contributors

bit-pirate avatar hershwg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

map_store's Issues

Allow configuring automatic saving rate on map_server

That is, do not save on any map callback. When making a map with gmapping it saves a new make every 5 s (default publish rate on gmapping), what crowds the database innecessarily. Worse is that map chooser map selection menu gets crowded with half-done useless maps. I propose two possible changes:

  • Add a parameter with maximum saving rate, what is a trivial change.
  • Overwrite temporal map during current session, what requires a bit more work but is cleaner and more elegant, I think.

REQUIRED process [add_map-5] has died!

Hi Guys, I got a problem when I try to launch the map_store launch file under groovy.
$roslaunch map_store add_map.launch map_file:=map.yaml map_name:=L9

REQUIRED process [add_map-5] has died!
process has finished cleanly

Any advise? Thanks.

My add_map.launch file:

arg name="map_file" / arg name="map_name" /

node name="mongo" type="wrapper.py" pkg="mongodb" output="log"
param name="database_path" value="warehouse_data"/
param name="overwrite" value="false"/
param name="warehouse_port" value="27019"/
/node

node pkg="map_store" type="map_saver" name="map_saver" /
node pkg="map_store" type="map_manager" name="map_manager" output="screen"

remap from="dynamic_map" to="map_store_dynamic_map"/
remap from="map" to="map_store_map"/
/node

node name="map_server" pkg="map_server" type="map_server" args="$(arg map_file)"
!-- Remaps to load the map file --
remap from="/static_map" to="/dynamic_map" /
remap from="/map" to="/map_unused" /
/node

node pkg="map_store" type="add_map.py" name="add_map" args="$(arg map_name)" required="true" /

Map_store and Warehouse_ros

The map_manager.cpp and the map_saver.cpp are referring to headers mongo_ros/message_collection.h. mongo_ros do not exist anymore and when changing mongo_ros to warehouse_ros/message_collection.h it is a big mess because all the headers are then different, so catkin_make cant compile and returns an error. Is there any solution for this? how to communicate between warehouse_ros and map_store without any problems? I am using ROS indigo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.