Giter Site home page Giter Site logo

p1ex's People

Contributors

madsrossen avatar kajmork avatar

Watchers

 avatar

p1ex's Issues

Wrong node name

add_executable(${PROJECT_NAME} two

The executable for navigation.cpp is named "two", but ${PROJECT_NAME} which is infront means that you add the projects name aswell in the executable name. So the full executable name is "p1ex two"
This needs to be written every time you want to call the executable:

p1ex/CMakeLists.txt

Lines 158 to 159 in 5d2767a

add_dependencies(two ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
target_link_libraries(two myLib ${catkin_LIBRARIES})

install(TARGETS two

<node pkg="p1ex" name="two" type="two" output="screen"/>

Og modsat med det her:

Hvordan får jeg det her til at publish tallene til den anden node? Tror jeg har gjort det helt forkert...

p1ex/src/navigation.cpp

Lines 31 to 35 in 3f905ad

std_msgs::String msg;
std::stringstream msglen;
msglen << width,length << count;
msg.data = msglen.str();
len_pub.publish(msg);

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.