2

Entry Level Robotics Jobs in Denver, CO (NOW HIRING)

This is an entry level position that offers an excellent opportunity to grow and learn many new ... robotics. At ARA, employees are our greatest assets. The corporation realizes that employee ...

... required * Entry-level candidates or individuals with up to 3 years of related experience are ... Experience operating survey field equipment (Trimble GPS, robotic total station, data collectors ...

AI & GenAI Data Scientist - Manager

Denver, CO ยท On-site

$99K - $232K/yr

... Robotics - At least one of the following: Certifications aligned to data engineering, machine ... PwC does not intend to hire experienced or entry level job seekers who will need, now or in the ...

Analytics/Data Science, Artificial Intelligence/Robotics, Business Administration/Management ... PwC does not intend to hire experienced or entry level job seekers who will need, now or in the ...

New

next page

Showing results 1-20

Entry Level Robotics information

See Denver, CO salary details

$86.5K

$98.8K

$119.9K

How much do entry level robotics jobs pay per year?

As of Sep 3, 2026, the average yearly pay for entry level robotics in Denver, CO is $98,810.00, according to ZipRecruiter salary data. Most workers in this role earn between $92,600.00 and $105,000.00 per year, depending on experience, location, and employer.

What is entry level robotics?

Entry level robotics jobs are positions designed for individuals who are new to the robotics field, typically recent graduates or those with limited professional experience. These roles may involve assisting in the design, assembly, testing, and maintenance of robotic systems under the supervision of more experienced engineers or technicians. Common responsibilities include programming robots, troubleshooting technical issues, and supporting project teams in research and development. These jobs often require a background in engineering, computer science, or a related field, and provide valuable hands-on experience for career growth in robotics.

What are the key skills and qualifications needed to thrive as an entry level robotics professional?

To thrive as an Entry Level Robotics professional, you need a solid understanding of robotics fundamentals, programming (such as Python or C++), and often a degree in engineering, computer science, or a related field. Familiarity with robotics platforms (like ROS), CAD software, and basic electronics or automation tools is typically required. Strong problem-solving abilities, teamwork, and effective communication help individuals stand out in this collaborative and innovative field. These skills and qualities are crucial for designing, testing, and improving robotic systems in a rapidly advancing industry.

What types of projects or tasks can I expect to work on as an entry level robotics engineer?

As an entry-level robotics engineer, you can expect to be involved in tasks such as assembling and testing robotic components, supporting software development for robotic systems, conducting experiments to validate sensors and actuators, and assisting senior engineers with troubleshooting and data analysis. You may also participate in team meetings to discuss project requirements and progress, and collaborate closely with specialists in mechanical, electrical, and software disciplines. These experiences help you build foundational skills and understanding that pave the way for more complex responsibilities as your career progresses.

What is the difference between Entry Level Robotics vs Entry Level Mechanical Engineer?

AspectEntry Level RoboticsEntry Level Mechanical Engineer
Required CredentialsAssociate's or Bachelor's in Robotics, Mechanical, or Electrical EngineeringBachelor's in Mechanical Engineering or related field
Work EnvironmentManufacturing, automation labs, research facilitiesDesign firms, manufacturing plants, R&D departments
Industry UsageRobotics companies, automation industriesAutomotive, aerospace, manufacturing sectors
Common Search/ComparisonYesYes

Entry Level Robotics and Entry Level Mechanical Engineer roles share similar educational backgrounds and work environments, often overlapping in manufacturing and automation sectors. While robotics roles focus on designing and programming robotic systems, mechanical engineering positions emphasize designing mechanical components and systems. Both are entry-level positions suited for recent graduates seeking careers in engineering and automation industries.

How do I start a career in entry level robotics?

To start a career in entry level robotics, gain foundational knowledge in robotics, programming, and electronics through relevant education such as a bachelor's degree in engineering, computer science, or related fields. Develop skills in programming languages like Python or C++, learn to work with robotics tools and platforms, and seek internships or entry-level positions to gain practical experience.

Is it hard to get an entry level robotics job?

Entry level robotics jobs typically require foundational skills in programming, electronics, and mechanical systems, along with relevant education such as a degree or certification. Competition can be moderate, but gaining hands-on experience through internships or projects can improve chances of securing an entry-level position.

What are the most commonly searched types of Robotics jobs in Denver, CO?

The most popular types of Robotics jobs in Denver, CO are:

What are popular job titles related to Entry Level Robotics jobs in Denver, CO?

For Entry Level Robotics jobs in Denver, CO, the most frequently searched job titles are:

What job categories do people searching Entry Level Robotics jobs in Denver, CO look for?

The top searched job categories for Entry Level Robotics jobs in Denver, CO are:

What cities near Denver, CO are hiring for Entry Level Robotics jobs?

Cities near Denver, CO with the most Entry Level Robotics job openings:

Infographic showing various Entry Level Robotics job openings in Denver, CO as of August 2026, with employment types broken down into 100% Full Time. Highlights an 78% In-person, 11% Hybrid, and 11% Remote job distribution, with an average salary of $98,810 per year, or $47.5 per hour.

Software Engineer I, Perception (New Grad)

Socket.dev

Denver, CO โ€ข On-site

$75 - $80/hr

Other

Posted 4 days ago


Job description

Space is a warfighting domain. True Anomaly seeks those with the talent and ambition to build the technology that secures it.

OUR MISSION

True Anomaly delivers decisive capabilities for space superiority. We build autonomous spacecraft, advanced payloads, mission software, and space-based interceptors โ€” enabling the U.S. and its Allies to secure the space environment and counter threats from the ultimate high ground.

OUR VALUES
  • Be the offset.We create asymmetric advantages with creativity and ingenuity.
  • What would it take? We challenge assumptions to deliver ambitious results.
  • Itโ€™s the people. Our team is our competitive advantage and we are better together.
YOUR MISSION

You'll work on hybrid perception systems combining classical computer vision with modern deep learning for autonomous spacecraft: building multi-object tracking pipelines that fuse neural network detections with Kalman filtering, developing coordinate transformation chains from pixels to orbital frames, training models on synthetic space imagery, and deploying algorithms onboard under strict compute/power constraints.Your work enables spacecraft to detect objects against star fields, track multiple targets through occlusions, discriminate threats from decoys, and generate angle measurements for navigation โ€” using both classical geometric methods and learned representations where each approach excels. This is entry-level work blending traditional robotics perception with modern ML. You'll implement Extended Kalman Filters, train neural networks in PyTorch, write C++ flight code, and see your algorithms operate in orbit.

This is a 3 month temporary employment engagement. There is potential to convert to regular employment based on performance and business need.

RESPONSIBILITIES
  • Implement classical tracking algorithms: Extended Kalman Filters for state estimation, Hungarian algorithm for data association, track management logic (tentative/confirmed/coasted tracks)
  • Train neural networks for detection and classification: YOLO for object detection, ResNet-based classifiers for threat discrimination, learned appearance features for re-identification
  • Build hybrid perception pipelines: neural network detections โ†’ classical tracking โ†’ coordinate transformations โ†’ angle-only measurements for navigation
  • Develop image processing chains: hot pixel filtering, adaptive thresholding, centroiding, connected component analysis, star catalog matching
  • Deploy models to edge hardware: quantize neural networks (INT8), integrate with C++ inference engines (ONNX Runtime, TensorRT), optimize for space-qualified processors
  • Implement coordinate transformations: pixel โ†’ camera frame โ†’ body frame โ†’ Earth-Centered Inertial (ECI), accounting for lens distortion and attitude uncertainty
  • Generate synthetic training data: render spacecraft in Blender with domain randomization (lighting, attitudes, backgrounds), create labeled datasets for rare scenarios
  • Validate end-to-end performance: software-in-the-loop simulation, processor-in-the-loop testing, hardware-in-the-loop with real camera feeds
QUALIFICATIONS
  • Currently pursuing or recently completed Bachelor's or Master's degree in computer science, electrical engineering, robotics, aerospace engineering, or related technical field
  • Coursework in both computer vision and estimation theory (or willingness to learn both)
  • Proficiency in Python; some exposure to C++ (we'll teach you more)
  • Familiarity with either classical tracking (Kalman filters, data association) OR deep learning (PyTorch, training neural networks)
  • Understanding of linear algebra, probability, and coordinate transformations
  • Ability to read research papers from both robotics (ICRA, IROS) and ML venues (CVPR, NeurIPS) and implement algorithms
  • Strong debugging skills: tracking down lost tracks, numerical instability, and model failure modes
  • Eagerness to learn the intersection of classical perception and modern ML
  • U.S. Citizen (required for facility access and government contracts)
PREFERRED SKILLS AND EXPERIENCE
  • Experience with Extended Kalman Filters, multi-object tracking, or state estimation
  • Familiarity with neural network training in PyTorch or TensorFlow: object detection (YOLO, Faster R-CNN), classification, or segmentation
  • Understanding of coordinate frames: camera intrinsics/extrinsics, quaternions, rotation matrices, ECI/LVLH/RIC frames
  • Exposure to model optimization for edge deployment: quantization (INT8, FP16), ONNX, TensorRT
  • Experience with OpenCV, image processing pipelines, or classical feature extraction
  • Coursework in optimal estimation, sensor fusion, or probabilistic robotics (Kalman/particle filters)
  • Prior work with synthetic data generation, Blender/Unreal for rendering, or domain randomization
  • Understanding of data association algorithms: Hungarian algorithm, auction algorithm, JPDA
  • Familiarity with trackingโ€‘byโ€‘detection pipelines: detection โ†’ association โ†’ update โ†’ track management
  • Experience debugging visual systems: false positives, missed detections, track ID switches, covariance tuning
  • Prior internship or project deploying algorithms to embedded systems (Jetson, mobile, ROS)
  • Exposure to multiโ€‘modal perception: fusing camera + IMU, camera + lidar, or learned sensor fusion
COMPENSATION
  • Base Salary:
  • Denver: $75,000
  • Long Beach: $80,000

Your actual level and base salary will be determined on a case-by-case basis and may vary based on the following considerations: job-related knowledge and skills, education, location, and experience.

ADDITIONAL REQUIREMENTS
  • Work Locationโ€” Successful candidates will be located near Centennial, CO or Long Beach, CA.
  • Work environmentโ€” the work environment; temperature, noise level, inside or outside, or other factors that will affect the person's working conditions while performing the job.
  • Physical demandsโ€” the physical demands of the job, including bending, sitting, lifting and driving.

To conform to U.S. Government space technology export regulations, including the International Traffic in Arms Regulations (ITAR) you must be a U.S. citizen, lawful permanent resident of the U.S., protected individual as defined by 8 U.S.C. 1324b(a)(3), or eligible to obtain the required authorizations from the U.S. Department of State.

True Anomaly is committed to equal employment opportunity on any basis protected by applicable state and federal laws. If you have a disability or additional need that requires accommodation, please do not hesitate to let us.

#J-18808-Ljbffr