Code Monkey home page Code Monkey logo

robotnik_purepursuit_planner's People

Contributors

romanrobotnik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

robotnik_purepursuit_planner's Issues

error value

	if ( c2 <= c1 ) {
		//printf("kanban::DistP2S: c2 <= c1\n");
		di = Dist(current_position.x, current_position.y, s1.dX, s1.dY);
		Pb->dX = s1.dY;
		Pb->dY = s1.dY;
		return di;
	}

there Pb->dX = s1.dY; should be Pb->dX= s1.dX;

issue implementing

TerminalLog.txt

I tried pulling the robotnik_pp_planner node into my move_base launch file without hector and using Twist over Ackermann. It initially was throwing the error "map","odom", or "base_link" not found error. After that was resolved it kept saying they weren't part of the same tf tree, but ros showed they were. I added the listener.waitfortransform line, but it still goes straight into standby. I can't figure out how to implement this correctly into my code. I attached a picture of my launch file if it's needed, and a txt of my terminal output with these lines uncommented in the .cpp

ROS_INFO("purepursuit_planner::ControlThread(): InitState");
ROS_INFO("purepursuit_planner::ControlThread(): StandbyState");
ROS_INFO("purepursuit_planner::InitState: %d, %d, %d",bInitialized, bRunning, transform_ok);

pp

set markers in code

Hi,

is it possible to set the interactive markers via a node and let the robot follow a plan, such like go to waypoint1, wait there for 5 seconds, then go to next waypoint?

Best regards.

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.